home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile that sets machine-specific variables and rules
- # for the Iris.
- #
- #
- # A machine-specific makefile is included by all other makefiles.
- #
-
- CPU = iris4
- MACHTYPE = sgi
- RANLIB = :
- INSTALL = /etc/install
- AR = /usr/bin/ar
- SYSCOPTS = -float -prototypes
- CC=cc
- CPLUSPLUS=CC
-
- # MAKEFILEDIR is used by NeXT make to find the app.make file;
- # we use this to fool sgi make into looking at a dummy app.make
- # in this dir:
- MAKEFILEDIR=${GEOM}/makefiles
-